home *** CD-ROM | disk | FTP | other *** search
/ Freelog 121 / FreelogMagazineJuilletAout2014-No121.iso / Outils / Adobe-Air / adobe-air_13.exe / [0] / setup.swf / scripts / mx / styles / IStyleManager2.as < prev    next >
Text File  |  2014-03-27  |  451b  |  16 lines

  1. package mx.styles
  2. {
  3.    import flash.events.IEventDispatcher;
  4.    import flash.system.ApplicationDomain;
  5.    import flash.system.SecurityDomain;
  6.    
  7.    public interface IStyleManager2 extends IStyleManager
  8.    {
  9.        
  10.       
  11.       function get selectors() : Array;
  12.       
  13.       function loadStyleDeclarations2(param1:String, param2:Boolean = true, param3:ApplicationDomain = null, param4:SecurityDomain = null) : IEventDispatcher;
  14.    }
  15. }
  16.